diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-03 06:36:39 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-10-03 06:36:39 -0500 |
| commit | 09ad016092eae9cdaba26f5590aeb7323a59c716 (patch) | |
| tree | 589bdb8098df4991689c4e8b5e674a5682cdd7ce /drivers | |
| parent | f960dc507d75203c7e1880bcd449643d96bae963 (diff) | |
| parent | 9d99ece0ed4dd476213ac2471fa1ba7d720b3e79 (diff) | |
Merge tp1.ruhr-uni-bochum.de:/home/kai/src/kernel/v2.5/linux-2.5
into tp1.ruhr-uni-bochum.de:/home/kai/src/kernel/v2.5/linux-2.5.make
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/acpi/Makefile | 2 | ||||
| -rw-r--r-- | drivers/acpi/dispatcher/Makefile | 3 | ||||
| -rw-r--r-- | drivers/acpi/events/Makefile | 3 | ||||
| -rw-r--r-- | drivers/acpi/executer/Makefile | 5 | ||||
| -rw-r--r-- | drivers/acpi/hardware/Makefile | 2 | ||||
| -rw-r--r-- | drivers/acpi/namespace/Makefile | 4 | ||||
| -rw-r--r-- | drivers/acpi/parser/Makefile | 3 | ||||
| -rw-r--r-- | drivers/acpi/resources/Makefile | 3 | ||||
| -rw-r--r-- | drivers/acpi/tables/Makefile | 3 | ||||
| -rw-r--r-- | drivers/acpi/utilities/Makefile | 3 | ||||
| -rw-r--r-- | drivers/ide/arm/Makefile | 2 | ||||
| -rw-r--r-- | drivers/ide/legacy/Makefile | 2 | ||||
| -rw-r--r-- | drivers/ide/pci/Makefile | 2 | ||||
| -rw-r--r-- | drivers/ide/ppc/Makefile | 2 | ||||
| -rw-r--r-- | drivers/isdn/hisax/Makefile | 2 | ||||
| -rw-r--r-- | drivers/isdn/i4l/isdn_ppp.h | 2 | ||||
| -rw-r--r-- | drivers/message/fusion/Makefile | 2 | ||||
| -rw-r--r-- | drivers/net/sk98lin/Makefile | 2 | ||||
| -rw-r--r-- | drivers/net/skfp/Makefile | 2 | ||||
| -rw-r--r-- | drivers/pci/Makefile | 2 | ||||
| -rw-r--r-- | drivers/scsi/sym53c8xx_2/Makefile | 2 | ||||
| -rw-r--r-- | drivers/usb/storage/Makefile | 2 | ||||
| -rw-r--r-- | drivers/zorro/Makefile | 2 |
23 files changed, 33 insertions, 24 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile index 2fa7bf8899e0..d4b67800a629 100644 --- a/drivers/acpi/Makefile +++ b/drivers/acpi/Makefile @@ -4,7 +4,7 @@ export ACPI_CFLAGS -ACPI_CFLAGS := -D_LINUX -I$(CURDIR)/include +ACPI_CFLAGS := -D_LINUX -Idrivers/acpi/include ifdef CONFIG_ACPI_DEBUG ACPI_CFLAGS += -DACPI_DEBUG_OUTPUT diff --git a/drivers/acpi/dispatcher/Makefile b/drivers/acpi/dispatcher/Makefile index ec9debb42a26..3edc2485f9f2 100644 --- a/drivers/acpi/dispatcher/Makefile +++ b/drivers/acpi/dispatcher/Makefile @@ -2,7 +2,8 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := dsfield.o dsmthdat.o dsopcode.o dswexec.o dswscope.o \ + dsmethod.o dsobject.o dsutils.o dswload.o dswstate.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/acpi/events/Makefile b/drivers/acpi/events/Makefile index ec9debb42a26..ceeb51efc2f8 100644 --- a/drivers/acpi/events/Makefile +++ b/drivers/acpi/events/Makefile @@ -2,7 +2,8 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := evevent.o evregion.o evsci.o evxfevnt.o \ + evmisc.o evrgnini.o evxface.o evxfregn.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/acpi/executer/Makefile b/drivers/acpi/executer/Makefile index ec9debb42a26..d40113e8dda7 100644 --- a/drivers/acpi/executer/Makefile +++ b/drivers/acpi/executer/Makefile @@ -2,7 +2,10 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := exconfig.o exfield.o exnames.o exoparg6.o exresolv.o exstorob.o\ + exconvrt.o exfldio.o exoparg1.o exprep.o exresop.o exsystem.o\ + excreate.o exmisc.o exoparg2.o exregion.o exstore.o exutils.o \ + exdump.o exmutex.o exoparg3.o exresnte.o exstoren.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/acpi/hardware/Makefile b/drivers/acpi/hardware/Makefile index ec9debb42a26..d401b01fdd83 100644 --- a/drivers/acpi/hardware/Makefile +++ b/drivers/acpi/hardware/Makefile @@ -2,7 +2,7 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := hwacpi.o hwgpe.o hwregs.o hwsleep.o hwtimer.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/acpi/namespace/Makefile b/drivers/acpi/namespace/Makefile index ec9debb42a26..756357292b86 100644 --- a/drivers/acpi/namespace/Makefile +++ b/drivers/acpi/namespace/Makefile @@ -2,7 +2,9 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := nsaccess.o nsdumpdv.o nsload.o nssearch.o nsxfeval.o \ + nsalloc.o nseval.o nsnames.o nsutils.o nsxfname.o \ + nsdump.o nsinit.o nsobject.o nswalk.o nsxfobj.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/acpi/parser/Makefile b/drivers/acpi/parser/Makefile index ec9debb42a26..fdb8d3bf7e74 100644 --- a/drivers/acpi/parser/Makefile +++ b/drivers/acpi/parser/Makefile @@ -2,7 +2,8 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := psargs.o psparse.o pstree.o pswalk.o \ + psopcode.o psscope.o psutils.o psxface.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/acpi/resources/Makefile b/drivers/acpi/resources/Makefile index ec9debb42a26..98ce5d291891 100644 --- a/drivers/acpi/resources/Makefile +++ b/drivers/acpi/resources/Makefile @@ -2,7 +2,8 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := rsaddr.o rscreate.o rsio.o rslist.o rsmisc.o rsxface.o \ + rscalc.o rsdump.o rsirq.o rsmemory.o rsutils.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/acpi/tables/Makefile b/drivers/acpi/tables/Makefile index ec9debb42a26..25d49ba95dd9 100644 --- a/drivers/acpi/tables/Makefile +++ b/drivers/acpi/tables/Makefile @@ -2,7 +2,8 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := tbconvrt.o tbget.o tbrsdt.o tbxface.o \ + tbgetall.o tbinstal.o tbutils.o tbxfroot.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/acpi/utilities/Makefile b/drivers/acpi/utilities/Makefile index ec9debb42a26..1162287e6410 100644 --- a/drivers/acpi/utilities/Makefile +++ b/drivers/acpi/utilities/Makefile @@ -2,7 +2,8 @@ # Makefile for all Linux ACPI interpreter subdirectories # -obj-$(CONFIG_ACPI_INTERPRETER) := $(patsubst %.c,%.o,$(wildcard *.c)) +obj-y := utalloc.o utdebug.o uteval.o utinit.o utmisc.o utxface.o \ + utcopy.o utdelete.o utglobal.o utmath.o utobject.o EXTRA_CFLAGS += $(ACPI_CFLAGS) diff --git a/drivers/ide/arm/Makefile b/drivers/ide/arm/Makefile index f84bd1936eda..03a20cad909a 100644 --- a/drivers/ide/arm/Makefile +++ b/drivers/ide/arm/Makefile @@ -2,6 +2,6 @@ obj-$(CONFIG_BLK_DEV_IDE_ICSIDE) += icside.o obj-$(CONFIG_BLK_DEV_IDE_RAPIDE) += rapide.o -EXTRA_CFLAGS := -I../ +EXTRA_CFLAGS := -Idrivers/ide include $(TOPDIR)/Rules.make diff --git a/drivers/ide/legacy/Makefile b/drivers/ide/legacy/Makefile index 44e6e0908cee..acc8bb67c802 100644 --- a/drivers/ide/legacy/Makefile +++ b/drivers/ide/legacy/Makefile @@ -17,6 +17,6 @@ obj-$(CONFIG_BLK_DEV_IDECS) += ide-cs.o # Last of all obj-$(CONFIG_BLK_DEV_HD) += hd.o -EXTRA_CFLAGS := -I../ +EXTRA_CFLAGS := -Idrivers/ide include $(TOPDIR)/Rules.make diff --git a/drivers/ide/pci/Makefile b/drivers/ide/pci/Makefile index adf5a6ab7453..1c9791e1232a 100644 --- a/drivers/ide/pci/Makefile +++ b/drivers/ide/pci/Makefile @@ -31,6 +31,6 @@ obj-$(CONFIG_BLK_DEV_VIA82CXXX) += via82cxxx.o # Must appear at the end of the block obj-$(CONFIG_BLK_DEV_GENERIC) += generic.o -EXTRA_CFLAGS := -I../ +EXTRA_CFLAGS := -Idrivers/ide include $(TOPDIR)/Rules.make diff --git a/drivers/ide/ppc/Makefile b/drivers/ide/ppc/Makefile index add23af02343..40edfffeb33f 100644 --- a/drivers/ide/ppc/Makefile +++ b/drivers/ide/ppc/Makefile @@ -3,6 +3,6 @@ obj-$(CONFIG_BLK_DEV_MPC8xx_IDE) += mpc8xx.o obj-$(CONFIG_BLK_DEV_IDE_PMAC) += pmac.o obj-$(CONFIG_BLK_DEV_IDE_SWARM) += swarm.o -EXTRA_CFLAGS := -I../ +EXTRA_CFLAGS := -Idrivers/ide include $(TOPDIR)/Rules.make diff --git a/drivers/isdn/hisax/Makefile b/drivers/isdn/hisax/Makefile index 24b244c546d2..9b0560bcf5e5 100644 --- a/drivers/isdn/hisax/Makefile +++ b/drivers/isdn/hisax/Makefile @@ -63,7 +63,7 @@ hisax-objs-$(CONFIG_HISAX_ENTERNOW_PCI) += enternow_pci.o amd7930_fn.o hisax-objs += $(hisax-objs-y) -CERT := $(shell md5sum -c md5sums.asc >> /dev/null;echo $$?) +CERT := $(shell cd $(src); md5sum -c md5sums.asc > /dev/null 2> /dev/null ;echo $$?) CFLAGS_cert.o := -DCERTIFICATION=$(CERT) include $(TOPDIR)/Rules.make diff --git a/drivers/isdn/i4l/isdn_ppp.h b/drivers/isdn/i4l/isdn_ppp.h index c62028ce50ef..81743ea38e9b 100644 --- a/drivers/isdn/i4l/isdn_ppp.h +++ b/drivers/isdn/i4l/isdn_ppp.h @@ -27,7 +27,7 @@ int isdn_ppp_xmit(struct sk_buff *, struct net_device *); #else static inline int -isdn_ppp_xmit(struct sk_buff *, struct net_device *); +isdn_ppp_xmit(struct sk_buff *, struct net_device *) { return 0; } diff --git a/drivers/message/fusion/Makefile b/drivers/message/fusion/Makefile index d71cd2d6c424..d623659f4bb0 100644 --- a/drivers/message/fusion/Makefile +++ b/drivers/message/fusion/Makefile @@ -13,7 +13,7 @@ # # sparc64 #EXTRA_CFLAGS += -gstabs+ -EXTRA_CFLAGS += -I. ${MPT_CFLAGS} +EXTRA_CFLAGS += ${MPT_CFLAGS} # Fusion MPT drivers; recognized debug defines... # MPT general: diff --git a/drivers/net/sk98lin/Makefile b/drivers/net/sk98lin/Makefile index 15ddeb4cc2e7..5a2306393740 100644 --- a/drivers/net/sk98lin/Makefile +++ b/drivers/net/sk98lin/Makefile @@ -55,7 +55,7 @@ endif # SK_DBGCAT_DRV_INT_SRC 0x04000000 interrupts sources # SK_DBGCAT_DRV_EVENT 0x08000000 driver events -EXTRA_CFLAGS += -I. -DSK_USE_CSUM $(DBGDEF) +EXTRA_CFLAGS += -Idrivers/net/sk98lin -DSK_USE_CSUM $(DBGDEF) include $(TOPDIR)/Rules.make diff --git a/drivers/net/skfp/Makefile b/drivers/net/skfp/Makefile index 9aa06f2248a9..be83ad122d23 100644 --- a/drivers/net/skfp/Makefile +++ b/drivers/net/skfp/Makefile @@ -17,7 +17,7 @@ skfp-objs := skfddi.o hwmtm.o fplustm.o smt.o cfm.o \ # projects. To keep the source common for all those drivers (and # thus simplify fixes to it), please do not clean it up! -EXTRA_CFLAGS += -I. -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes +EXTRA_CFLAGS += -Idrivers/net/skfp -DPCI -DMEM_MAPPED_IO -Wno-strict-prototypes include $(TOPDIR)/Rules.make diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 14b5dcb183bf..307ea814439a 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile @@ -40,6 +40,6 @@ $(obj)/names.o: $(obj)/devlist.h $(obj)/classlist.h # And that's how to generate them $(obj)/devlist.h: $(src)/pci.ids $(obj)/gen-devlist - $(obj)/gen-devlist < $< + ( cd $(obj); ./gen-devlist ) < $< $(obj)/classlist.h: $(obj)/devlist.h diff --git a/drivers/scsi/sym53c8xx_2/Makefile b/drivers/scsi/sym53c8xx_2/Makefile index 18bf0a839390..967e133ba9b1 100644 --- a/drivers/scsi/sym53c8xx_2/Makefile +++ b/drivers/scsi/sym53c8xx_2/Makefile @@ -3,7 +3,5 @@ sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_misc.o sym_nvram.o obj-$(CONFIG_SCSI_SYM53C8XX_2) := sym53c8xx.o -EXTRA_CFLAGS += -I. - include $(TOPDIR)/Rules.make diff --git a/drivers/usb/storage/Makefile b/drivers/usb/storage/Makefile index 96b5356f97c3..aa4132450f10 100644 --- a/drivers/usb/storage/Makefile +++ b/drivers/usb/storage/Makefile @@ -5,7 +5,7 @@ # Rewritten to use lists instead of if-statements. # -EXTRA_CFLAGS := -I../../scsi/ +EXTRA_CFLAGS := -Idrivers/scsi obj-$(CONFIG_USB_STORAGE) += usb-storage.o diff --git a/drivers/zorro/Makefile b/drivers/zorro/Makefile index 61de905e594a..9bde458b4322 100644 --- a/drivers/zorro/Makefile +++ b/drivers/zorro/Makefile @@ -18,4 +18,4 @@ $(obj)/names.o: $(obj)/devlist.h # And that's how to generate them $(obj)/devlist.h: $(src)/zorro.ids $(obj)/gen-devlist - $(obj)/gen-devlist < $< + ( cd $(obj); ./gen-devlist ) < $< |
