For the moment, make board configuration a compile time option. This

saves space in the final kernel, but at the expense of flexibility to
boot the same kernel accross a family of boards.
This commit is contained in:
Warner Losh 2006-07-14 21:59:54 +00:00
parent 375906f555
commit cbc25facdf

View File

@ -16,3 +16,5 @@ STARTUP_PAGETABLE_ADDR opt_global.h
XSCALE_CACHE_READ_WRITE_ALLOCATE opt_global.h
XSACLE_DISABLE_CCNT opt_timer.h
VERBOSE_INIT_ARM opt_global.h
AT91_TSC opt_at91.h
AT91_KWIKBYTE opt_at91.h