URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [drivers/] [sound/] [lowlevel/] [Makefile] - Rev 199
Go to most recent revision | Compare with Previous | Blame | View Log
all: lowlevel.o
OBJS = init.o
ifdef CONFIG_LOWLEVEL_SOUND
ifdef CONFIG_ACI_MIXER
OBJS := $(OBJS) aci.o
endif
endif
lowlevel.o: $(OBJS)
$(LD) -r -o lowlevel.o $(OBJS)
clean:
rm -f core x y z *~ *.o
ifdef HOSTCC
include $(TOPDIR)/Rules.make
endif
Go to most recent revision | Compare with Previous | Blame | View Log