diff options
author | Roman Yeryomin <roman@advem.lv> | 2013-08-29 18:39:39 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2013-08-29 18:39:39 +0300 |
commit | e72c70157d1102b1aa4d718178343535228b1aa2 (patch) | |
tree | a4aedefddff73cd33da158bf77bbfec907248270 /target/linux/realtek/Makefile | |
parent | bad24f47b7d7197326b97d61fd2534bf5bee7c4d (diff) |
Fix subtargets, profiling and profiled image generation.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'target/linux/realtek/Makefile')
-rw-r--r-- | target/linux/realtek/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/realtek/Makefile b/target/linux/realtek/Makefile index 75fa9f446..31b56c1e4 100644 --- a/target/linux/realtek/Makefile +++ b/target/linux/realtek/Makefile @@ -19,8 +19,4 @@ include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += librtk-inband hostapd-rtk wpa-supplicant-rtk kmod-gpio_rtl8196c \ wireless-tools - - - $(eval $(call BuildTarget)) - |