X-Git-Url: http://git.rot13.org//?a=blobdiff_plain;f=firmware%2Fconfig.mk;h=e1e9d1c1a91e97c6bd9dd4420446019b8177b18c;hb=92ea7762796ae5588a43d41f32515238ade44d79;hp=a9f628976c904f3d1aad2f671845a345f7639feb;hpb=cb0b62cea38146c2414ccf215626daa8acf9aca5;p=goodfet diff --git a/firmware/config.mk b/firmware/config.mk index a9f6289..e1e9d1c 100644 --- a/firmware/config.mk +++ b/firmware/config.mk @@ -2,6 +2,8 @@ ## These are production boards. ################################## +#Unset by default, but can be explicitly set later. +config=undef ifneq (,$(findstring $(board),goodfet20 goodfet10 goodfet11)) mcu ?= msp430f1612 @@ -118,13 +120,13 @@ CONFIG_avr ?= y CONFIG_pic ?= n CONFIG_adc ?= n CONFIG_nrf ?= n -CONFIG_ccspi ?= y +CONFIG_ccspi ?= n CONFIG_glitch ?= n CONFIG_smartcard ?= n CONFIG_ps2 ?= n CONFIG_slc2 ?= n -#The CONFIG_foo vars are only interpreted if $(config) is unset. +#The CONFIG_foo vars are only interpreted if $(config) is "unset". ifeq ($(config),undef) config += $(foreach app,$(AVAILABLE_APPS),$(if $(findstring $(CONFIG_$(app)),y yes t true Y YES T TRUE),$(app))) endif