Changeset 1400
- Timestamp:
- 07/29/11 14:13:01 (10 months ago)
- File:
-
- 1 edited
-
trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1394 r1400 200 200 else 201 201 override CONFIG_FT2232_SPI = no 202 endif 203 endif 204 205 ifeq ($(ARCH), "ppc") 206 # There's no PCI port I/O support on PPC/PowerPC, yet. 207 ifeq ($(CONFIG_NIC3COM), yes) 208 UNSUPPORTED_FEATURES += CONFIG_NIC3COM=yes 209 else 210 override CONFIG_NIC3COM = no 211 endif 212 ifeq ($(CONFIG_NICREALTEK), yes) 213 UNSUPPORTED_FEATURES += CONFIG_NICREALTEK=yes 214 else 215 override CONFIG_NICREALTEK = no 216 endif 217 ifeq ($(CONFIG_NICNATSEMI), yes) 218 UNSUPPORTED_FEATURES += CONFIG_NICNATSEMI=yes 219 else 220 override CONFIG_NICNATSEMI = no 221 endif 222 ifeq ($(CONFIG_RAYER_SPI), yes) 223 UNSUPPORTED_FEATURES += CONFIG_RAYER_SPI=yes 224 else 225 override CONFIG_RAYER_SPI = no 226 endif 227 ifeq ($(CONFIG_ATAHPT), yes) 228 UNSUPPORTED_FEATURES += CONFIG_ATAHPT=yes 229 else 230 override CONFIG_ATAHPT = no 231 endif 232 ifeq ($(CONFIG_SATAMV), yes) 233 UNSUPPORTED_FEATURES += CONFIG_SATAMV=yes 234 else 235 override CONFIG_SATAMV = no 202 236 endif 203 237 endif
Note: See TracChangeset
for help on using the changeset viewer.
