X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?p=linux-2.6-omap-h63xx.git;a=blobdiff_plain;f=drivers%2Fmisc%2Fsti%2FMakefile;fp=drivers%2Fmisc%2Fsti%2FMakefile;h=43574d15e9203ea6b980a740ab006eab85b69b95;hp=0000000000000000000000000000000000000000;hb=b934c987ee1764eb09b8843a3ee00eabc24bd52c;hpb=14fc69723d3442ef46f8f82b3f481e82f06a346d diff --git a/drivers/misc/sti/Makefile b/drivers/misc/sti/Makefile new file mode 100644 index 00000000000..43574d15e92 --- /dev/null +++ b/drivers/misc/sti/Makefile @@ -0,0 +1,8 @@ +ifeq ($(CONFIG_ARCH_OMAP3),y) +obj-$(CONFIG_OMAP_STI) += sdti.o +else +obj-$(CONFIG_OMAP_STI) += sti.o sti-fifo.o +endif + +obj-$(CONFIG_NET) += sti-netlink.o +obj-$(CONFIG_OMAP_STI_CONSOLE) += sti-console.o