diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-11-07 14:16:14 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-11-07 14:16:14 -0600 |
commit | 59e7965922b683a5aca44ff294d95b206d5bc58a (patch) | |
tree | e8453252f9987f99deeb7d7b98b7b6d99b5433cf /config.mk | |
parent | 3cac27c1d40b151f295dcfdb514fa928732e4ecf (diff) | |
parent | 992742a5b09d9040adbd156fb90756af66ade310 (diff) | |
download | u-boot-imx-59e7965922b683a5aca44ff294d95b206d5bc58a.zip u-boot-imx-59e7965922b683a5aca44ff294d95b206d5bc58a.tar.gz u-boot-imx-59e7965922b683a5aca44ff294d95b206d5bc58a.tar.bz2 |
Merge commit 'remotes/wd/master'
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -69,10 +69,6 @@ PLATFORM_CPPFLAGS+= -D__ARM__ endif endif -ifeq ($(ARCH),blackfin) -PLATFORM_CPPFLAGS+= -D__BLACKFIN__ -endif - ifdef ARCH sinclude $(TOPDIR)/$(ARCH)_config.mk # include architecture dependend rules endif |