diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-03 17:37:57 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-03 17:37:57 +0000 |
commit | 3142770104aace7fdf988a21e884fd2d1a03f071 (patch) | |
tree | 95fa0cfd4aee3f03ecd06578265acf791d8ccf90 /target/linux | |
parent | a0eecf1178c700b244de3368c0453012e9057359 (diff) | |
download | upstream-3142770104aace7fdf988a21e884fd2d1a03f071.tar.gz upstream-3142770104aace7fdf988a21e884fd2d1a03f071.tar.bz2 upstream-3142770104aace7fdf988a21e884fd2d1a03f071.zip |
fix description for lantiq target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index 8e0bef4254..c09be31a6e 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -16,10 +16,10 @@ LINUX_VERSION:=2.6.39.2 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -include $(INCLUDE_DIR)/target.mk - define Target/Description Build firmware images for Lantiq SoC endef +include $(INCLUDE_DIR)/target.mk + $(eval $(call BuildTarget)) |