URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [drivers/] [hil/] [Makefile] - Rev 1275
Go to most recent revision | Compare with Previous | Blame | View Log
## Makefile for the kernel HIL device drivers.## Note! Dependencies are done automagically by 'make dep', which also# removes any old dependencies. DON'T put your own dependencies here# unless it's something special (ie not a .c file).## Note 2! The CFLAGS definitions are now inherited from the# parent makes..#O_TARGET := hil.oobj-y +=# All of the (potential) objects that export symbols.# This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.export-objs := hp_sdc.o hil_mlc.omod-subdirs :=list-multi :=obj-$(CONFIG_HIL_KBD_BASIC) += hilkbd.oobj-$(CONFIG_HP_SDC) += hp_sdc.oobj-$(CONFIG_HP_SDC_MLC) += hp_sdc_mlc.oobj-$(CONFIG_HP_SDC_RTC) += hp_sdc_rtc.oobj-$(CONFIG_HIL_MLC) += hil_mlc.oobj-$(CONFIG_HIL_KBD) += hil_kbd.oobj-$(CONFIG_HIL_PTR) += hil_ptr.oinclude $(TOPDIR)/Rules.makefastdep:
Go to most recent revision | Compare with Previous | Blame | View Log
