CORE_FILES := arch/alpha/kernel/kernel.o arch/alpha/mm/mm.o $(CORE_FILES)
ifeq ($(CONFIG_MATHEMU),y)
- CORE_FILES := $(CORE_FILES) arch/alpha/math-emu/math-emu.o
+ CORE_FILES := $(CORE_FILES) arch/alpha/math-emu/built-in.o
endif
LIBS := $(TOPDIR)/arch/alpha/lib/lib.a $(LIBS) $(TOPDIR)/arch/alpha/lib/lib.a
# Makefile for the FPU instruction emulation.
#
-CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
-
-ifeq ($(CONFIG_MATHEMU),y)
+O_TARGET := built-in.o
-O_TARGET := math-emu.o
-obj-y := math.o qrnnd.o
-
-else
+obj-$(CONFIG_MATHEMU) += math-emu.o
math-emu-objs := math.o qrnnd.o
-obj-m := math-emu.o
-endif
+CFLAGS += -I. -I$(TOPDIR)/include/math-emu -w
include $(TOPDIR)/Rules.make
all: kernel.o init_task.o pdc_cons.o process.o head.o
O_TARGET = kernel.o
-O_OBJS =
# Object file lists.
-obj-y :=
-obj-m :=
-obj-n :=
-obj- :=
-
obj-y += cache.o setup.o traps.o time.o irq.o \
syscall.o entry.o sys_parisc.o pdc.o ptrace.o hardware.o \
inventory.o drivers.o semaphore.o pa7300lc.o pci-dma.o \
# obj-$(CONFIG_IOMMU_CCIO) += ccio-rm-dma.o
obj-$(CONFIG_IOMMU_CCIO) += ccio-dma.o
-.o.S: $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $*.S -o $*.o
-
-# Translate to Rules.make lists.
-
-O_OBJS := $(filter-out $(export-objs), $(obj-y))
-OX_OBJS := $(filter $(export-objs), $(obj-y))
-M_OBJS := $(sort $(filter-out $(export-objs), $(obj-m)))
-MX_OBJS := $(sort $(filter $(export-objs), $(obj-m)))
-MI_OBJS := $(sort $(filter-out $(export-objs), $(int-m)))
-MIX_OBJS := $(sort $(filter $(export-objs), $(int-m)))
+EXTRA_AFLAGS := -traditional
include $(TOPDIR)/Rules.make
{
unsigned long flags;
byte err = 0;
- int i;
__save_flags (flags); /* local CPU only */
ide__sti(); /* local CPU only */
#
# Makefile for the linux kernel.
#
-# 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 in the main makefile...
# All of the (potential) objects that export symbols.
# This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'.
# Object file lists.
-obj-y :=
-obj-m :=
-obj-n :=
-obj- :=
-
obj-$(CONFIG_TC) += tc.o
obj-$(CONFIG_ZS) += zs.o
obj-$(CONFIG_VT) += lk201.o lk201-map.o lk201-remap.o
-# Files that are both resident and modular: remove from modular.
-
-obj-m := $(filter-out $(obj-y), $(obj-m))
-
-# Translate to Rules.make lists.
-
-L_TARGET := tc.a
-
-L_OBJS := $(sort $(filter-out $(export-objs), $(obj-y)))
-LX_OBJS := $(sort $(filter $(export-objs), $(obj-y)))
-M_OBJS := $(sort $(filter-out $(export-objs), $(obj-m)))
-MX_OBJS := $(sort $(filter $(export-objs), $(obj-m)))
-
include $(TOPDIR)/Rules.make
lk201-map.c: lk201-map.map
obj-$(CONFIG_SND_SBAWE) += snd-hwdep.o
endif
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_TRIDENT) += snd-seq-midi.o snd-seq.o snd-seq-device.o snd-seq-midi-event.o snd-seq-midi-emul.o snd-seq-instr.o
obj-$(CONFIG_SND_YMFPCI) += snd-seq-midi.o snd-seq.o snd-seq-device.o snd-seq-midi-event.o snd-seq-midi-emul.o snd-seq-instr.o
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_TRIDENT) += snd-ainstr-simple.o
obj-$(CONFIG_SND_YMFPCI) += snd-ainstr-fm.o
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_TRIDENT) += snd-mpu401-uart.o
obj-$(CONFIG_SND_YMFPCI) += snd-mpu401-uart.o
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_YMFPCI) += snd-opl3-synth.o
endif
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_AD1848) += snd-ad1848.o snd-ad1848-lib.o
obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-ad1848-lib.o
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-cs4231-lib.o
obj-$(CONFIG_SND_WAVEFRONT) += snd-cs4231-lib.o
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_INTERWAVE_STB) += snd-gus-synth.o
endif
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_SBAWE) += snd-emu8000-synth.o
endif
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make
obj-$(CONFIG_SND_TRIDENT) += snd-ac97-codec.o
obj-$(CONFIG_SND_YMFPCI) += snd-ac97-codec.o
-obj-m := $(sort $(obj-m))
-
include $(TOPDIR)/Rules.make