PageRenderTime 29ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/drivers/video/savage/Makefile

https://bitbucket.org/abioy/linux
Makefile | 9 lines | 4 code | 2 blank | 3 comment | 0 complexity | e4a58e6a74c5383962e9df04f7933e39 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
  1. #
  2. # Makefile for the S3 Savage framebuffer driver
  3. #
  4. obj-$(CONFIG_FB_SAVAGE) += savagefb.o
  5. savagefb-y += savagefb_driver.o
  6. savagefb-$(CONFIG_FB_SAVAGE_I2C) += savagefb-i2c.o
  7. savagefb-$(CONFIG_FB_SAVAGE_ACCEL) += savagefb_accel.o