ifdef CONFIG_SB
ifneq ($(CONFIG_UART401),Y)
CONFIG_UART401=y
endif
endif
Of course, this clobbers any good that is done in the Makefile. (There are
similar sections for TRIX and MAD16 and OPL3SA1
I can see two solutions:
1) Change the middle line to read
CONFIG_UART401=$(CONFIG_SB)
or something similar
2) Just nuke that whole section. The Makefile does it all anyway. I've
verified that commenting out that section works.
-- [======================================================================] [ Kevin Lentin Email: K.Lentin@cs.monash.edu.au ] [ finger kevinl@fangorn.cs.monash.edu.au for PGP public key block. ] [ KeyId: 06808EED FingerPrint: 6024308DE1F84314 811B511DBA6FD596 ] [======================================================================]