diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-09-09 12:40:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-09-09 12:40:44 +0000 |
commit | 1937e8382aec78096e3b72c7d562f0ef4f23eb52 (patch) | |
tree | c067ed99f918173373b23be82668a8a15c87c0a7 | |
parent | 1585d613385fc309be1e82e5620628ac3fa9f0f0 (diff) | |
download | upstream-1937e8382aec78096e3b72c7d562f0ef4f23eb52.tar.gz upstream-1937e8382aec78096e3b72c7d562f0ef4f23eb52.tar.bz2 upstream-1937e8382aec78096e3b72c7d562f0ef4f23eb52.zip |
remove redundant EXTRA_AFLAGS
SVN-Revision: 8703
-rw-r--r-- | target/linux/adm5120/files/arch/mips/adm5120/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/adm5120/files/arch/mips/adm5120/Makefile b/target/linux/adm5120/files/arch/mips/adm5120/Makefile index bb0a7c8b06..583d1d12c1 100644 --- a/target/linux/adm5120/files/arch/mips/adm5120/Makefile +++ b/target/linux/adm5120/files/arch/mips/adm5120/Makefile @@ -11,5 +11,3 @@ obj-y += reset.o obj-y += time.o obj-y += trxsplit.o - -EXTRA_AFLAGS := $(CFLAGS) |