Changeset 1151 for trunk/Makefile
- Timestamp:
- 09/03/10 20:21:21 (21 months ago)
- File:
-
- 1 edited
-
trunk/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1117 r1151 122 122 override CONFIG_BITBANG_SPI = yes 123 123 else 124 ifeq ($(CONFIG_NICINTEL_SPI), yes) 125 override CONFIG_BITBANG_SPI = yes 126 else 124 127 CONFIG_BITBANG_SPI ?= no 128 endif 125 129 endif 126 130 endif … … 153 157 # Disable National Semiconductor NICs until support is complete and tested. 154 158 CONFIG_NICNATSEMI ?= no 159 160 # Always enable SPI on Intel NICs for now. 161 CONFIG_NICINTEL_SPI ?= yes 155 162 156 163 # Always enable Bus Pirate SPI for now. … … 242 249 FEATURE_CFLAGS += -D'CONFIG_NICNATSEMI=1' 243 250 PROGRAMMER_OBJS += nicnatsemi.o 251 NEED_PCI := yes 252 endif 253 254 ifeq ($(CONFIG_NICINTEL_SPI), yes) 255 FEATURE_CFLAGS += -D'CONFIG_NICINTEL_SPI=1' 256 PROGRAMMER_OBJS += nicintel_spi.o 244 257 NEED_PCI := yes 245 258 endif
Note: See TracChangeset
for help on using the changeset viewer.
