diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-29 20:39:36 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-03-29 20:39:36 +0000 |
commit | 230723920abcc27128ba271d0b20428e81fc9515 (patch) | |
tree | efce7b47a39e15818b53487ef631ef66736fd51d /target | |
parent | 5292603285a198f08eec8a03c405d7050c3eebd7 (diff) | |
download | buildroot-novena-230723920abcc27128ba271d0b20428e81fc9515.tar.gz buildroot-novena-230723920abcc27128ba271d0b20428e81fc9515.zip |
Remove duplication of default kernel patch dir setting
Diffstat (limited to 'target')
-rw-r--r-- | target/device/valka/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/valka/Makefile.in b/target/device/valka/Makefile.in index b617745c0..6cf2156a9 100644 --- a/target/device/valka/Makefile.in +++ b/target/device/valka/Makefile.in @@ -6,7 +6,7 @@ BOARD_PATH:=$(strip $(subst ",, $(BR2_BOARD_PATH))) TARGET_SKELETON=$(VALKA_PATH)/target_skeleton TARGET_DEVICE_TABLE=$(VALKA_PATH)/device_table.txt -LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches +#LINUX26_PATCH_DIR:=$(BOARD_PATH)/kernel-patches valka_status: @echo "***************************************************************" |