diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 22:57:54 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 22:57:54 +0200 |
commit | 4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd (patch) | |
tree | 8f45e0750646ae84c49bc426a6ac39d5a1a46fb3 /target/device/valka | |
parent | 6d34f1d3bfc22eb60d9bc9a1ff032dfd31945610 (diff) |
target/device: misc cleanup
Remove outdated and/or unused variables/files.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/valka')
-rw-r--r-- | target/device/valka/Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/device/valka/Makefile.in b/target/device/valka/Makefile.in index fec4d88d5..06ed60581 100644 --- a/target/device/valka/Makefile.in +++ b/target/device/valka/Makefile.in @@ -3,14 +3,4 @@ VALKA_PATH= target/device/valka TARGET_SKELETON=$(VALKA_PATH)/target_skeleton KERNEL_HEADERS_PATCH_DIR=target/device/Atmel/arch-avr32/kernel-headers-2.6.28.2 - -valka_status: - @echo "***************************************************************" - @echo VALKA_PATH = $(VALKA_PATH) - @echo BOARD_NAME = $(BR_BOARD_NAME) - @echo TARGET_SKELETON = $(TARGET_SKELETON) - @echo BR2_PACKAGE_BUSYBOX_CONFIG = $(BR2_PACKAGE_BUSYBOX_CONFIG) - @echo BR2_PACKAGE_LINUX_KCONFIG = $(BR2_PACKAGE_LINUX_KCONFIG) - @echo "*****************************************************************" - @echo TARGETS = $(TARGETS) endif |