diff options
author | Jon Loeliger <jdl@freescale.com> | 2008-03-19 20:02:07 (GMT) |
---|---|---|
committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-03-26 16:43:04 (GMT) |
commit | 25eedb2c1958a13110c7de1fc809b624053cc69c (patch) | |
tree | a1548c4de9a5c5bd50320ec8731a7a174b69149e /board/freescale/mpc8610hpcd | |
parent | a5af4b358a7caa9c0aa374d4d894bf762ec37669 (diff) | |
download | u-boot-fsl-qoriq-25eedb2c1958a13110c7de1fc809b624053cc69c.tar.xz |
FSL: Clean up board/freescale/common/Makefile
Each file that can be built here now follows some
CONFIG_ option so that they are appropriately built
or not, as needed. And CONFIG_ defines were added
to various board config files to make sure that happens.
The other board/freescale/*/Makefiles no longer need
to reach up and over into ../common to build their
individually needed files any more.
Boards that are CDS specific were renamed with cds_ prefix.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/freescale/mpc8610hpcd')
-rw-r--r-- | board/freescale/mpc8610hpcd/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/freescale/mpc8610hpcd/Makefile b/board/freescale/mpc8610hpcd/Makefile index 489689e..e17a9cb 100644 --- a/board/freescale/mpc8610hpcd/Makefile +++ b/board/freescale/mpc8610hpcd/Makefile @@ -21,10 +21,6 @@ include $(TOPDIR)/config.mk -ifneq ($(OBJTREE),$(SRCTREE)) -$(shell mkdir -p $(obj)../common) -endif - LIB = $(obj)lib$(BOARD).a COBJS := $(BOARD).o law.o |