URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [sound/] [lowlevel/] [Makefile] - Rev 1626
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