aboutsummaryrefslogtreecommitdiff
path: root/system/Makefile
blob: acdb944bc070b0dc62a48a5d81bea0fb4e5e796f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
target:	all_objects

include ../Makefile.config
include Makefile.$(PDP_TARGET)



OBJECTS = pdp.o pdp_ut.o pdp_packet.o pdp_type.o pdp_queue.o pdp_comm.o \
	pdp_control.o pdp_llconv.o pdp_resample.o

pdp_main_clean:
	rm -f pdp.o

all_objects: pdp_main_clean $(OBJECTS) platform_targets

clean:
	rm -f *~
	rm -f *.o
	make -C mmx clean