diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-03 17:37:57 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-03 17:37:57 +0000 |
commit | a6916ee35636bc794f596a02bec052c16cb9fa11 (patch) | |
tree | 95fa0cfd4aee3f03ecd06578265acf791d8ccf90 /target/linux/lantiq | |
parent | 2672601b6f8e61c6121a4e66ab855adf55a95f99 (diff) |
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/lantiq')
-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)) |