Makefile 546 B

123456789101112131415161718
  1. #
  2. # Makefile for the kernel miscellaneous SPARC device drivers.
  3. #
  4. # Dave Redman Frame Buffer tuning support.
  5. #
  6. # 7 October 2000, Bartlomiej Zolnierkiewicz <bkz@linux-ide.org>
  7. # Rewritten to use lists instead of if-statements.
  8. #
  9. bbc-objs := bbc_i2c.o bbc_envctrl.o
  10. obj-$(CONFIG_ENVCTRL) += envctrl.o
  11. obj-$(CONFIG_DISPLAY7SEG) += display7seg.o
  12. obj-$(CONFIG_OBP_FLASH) += flash.o
  13. obj-$(CONFIG_SUN_OPENPROMIO) += openprom.o
  14. obj-$(CONFIG_TADPOLE_TS102_UCTRL) += uctrl.o
  15. obj-$(CONFIG_SUN_JSFLASH) += jsflash.o
  16. obj-$(CONFIG_BBC_I2C) += bbc.o