OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [drivers/] [sound/] [lowlevel/] [Makefile] - Blame information for rev 1772

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1626 jcastillo
all:    lowlevel.o
2
 
3
OBJS = init.o
4
 
5
ifdef CONFIG_LOWLEVEL_SOUND
6
ifdef CONFIG_ACI_MIXER
7
OBJS := $(OBJS) aci.o
8
endif
9
endif
10
 
11
lowlevel.o:     $(OBJS)
12
        $(LD) -r -o lowlevel.o $(OBJS)
13
 
14
clean:
15
        rm -f core x y z *~ *.o
16
 
17
ifdef HOSTCC
18
include $(TOPDIR)/Rules.make
19
endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.