linux-surface/drivers/video/fbdev/savage/Makefile
2017-08-10 09:25:24 -04:00

10 lines
235 B
Makefile

#
# Makefile for the S3 Savage framebuffer driver
#
obj-$(CONFIG_FB_SAVAGE) += savagefb.o
savagefb-y += savagefb_driver.o
savagefb-$(CONFIG_FB_SAVAGE_I2C) += savagefb-i2c.o
savagefb-$(CONFIG_FB_SAVAGE_ACCEL) += savagefb_accel.o