From fcbb27b0ec6dcbc5a5108cb8fb19eae64593d204 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 23 Aug 2017 14:45:25 -0500 Subject: Initial import of modified Linux 2.6.28 tree Original upstream URL: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git | branch linux-2.6.28.y --- drivers/char/aspeed/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 drivers/char/aspeed/Makefile (limited to 'drivers/char/aspeed/Makefile') diff --git a/drivers/char/aspeed/Makefile b/drivers/char/aspeed/Makefile new file mode 100644 index 0000000..517b2b7 --- /dev/null +++ b/drivers/char/aspeed/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for the ASPEED drivers. +# + +obj-$(CONFIG_AST_VIDEO) += ast_video.o +obj-$(CONFIG_ADC_CAT9883) += adc_cat9883.o +obj-$(CONFIG_AST_KCS) += ast_kcs.o +obj-$(CONFIG_AST_GPIO) += ast_gpio.o +obj-$(CONFIG_AST_PECI) += ast_peci.o -- cgit v1.1