summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/widget/Makefile
blob: 0bb15334a54c598e70086a68717f37916a3ffcfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include ../../../common.mk
CFLAGS += -I..

obj = label.o widget.o widgets.o freew.o spacerw.o pagew.o strw.o textw.o selectw.o togglew.o


%.o: %.c %.h
	$(CC) $(CFLAGS) -c $<

%.o: %.S
	$(CC) $(CFLAGS) -c $<

all: $(obj)

clean:
	rm -f *.o