diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-03 18:55:09 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-06-22 21:20:26 +0200 |
commit | fe1cba690a9afdd661abf0285b08ce95c6347de7 (patch) | |
tree | 6008627ca93737f46561e46cfb5903998a2da76b /Makefile | |
parent | 487e21cff69b30b404146b2ffb46959a728a4002 (diff) |
Remove old Linux infrastructure
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -309,10 +309,6 @@ else ifeq ($(BR2_TOOLCHAIN_EXTERNAL),y) include toolchain/*/*.mk endif -ifeq ($(BR2_PACKAGE_LINUX),y) -TARGETS+=linux26-modules -endif - include package/*/*.mk TARGETS+=target-finalize |