ubuntu-linux-kernel/drivers/video/fbdev/savage/Makefile

10 lines
235 B
Makefile
Raw Permalink Normal View History

2024-04-01 15:06:58 +00:00
#
# 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