support board vendor-common makefiles
if a board/$(VENDOR)/common/Makefile exists, build it.
also add the first such case, board/freescale/common/Makefile, to
handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
dictated by board configuration.
thusly get rid of alternate build dir errors such as:
FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
by putting the common/ mkdir command in its proper place (the common
Makefile). Common bits from existing individual board Makefiles have
been removed.
Signed-off-by:
Kim Phillips <kim.phillips@freescale.com>
Showing
- Makefile 2 additions, 0 deletionsMakefile
- board/freescale/common/Makefile 56 additions, 0 deletionsboard/freescale/common/Makefile
- board/freescale/common/pixis.c 3 additions, 0 deletionsboard/freescale/common/pixis.c
- board/freescale/common/pq-mds-pib.c 3 additions, 0 deletionsboard/freescale/common/pq-mds-pib.c
- board/freescale/mpc832xemds/Makefile 1 addition, 1 deletionboard/freescale/mpc832xemds/Makefile
- board/freescale/mpc8360emds/Makefile 1 addition, 1 deletionboard/freescale/mpc8360emds/Makefile
- board/freescale/mpc8544ds/Makefile 1 addition, 6 deletionsboard/freescale/mpc8544ds/Makefile
- board/freescale/mpc8641hpcn/Makefile 1 addition, 7 deletionsboard/freescale/mpc8641hpcn/Makefile
- include/configs/MPC8544DS.h 1 addition, 0 deletionsinclude/configs/MPC8544DS.h
- include/configs/MPC8641HPCN.h 1 addition, 0 deletionsinclude/configs/MPC8641HPCN.h
Loading
Please register or sign in to comment