aboutsummaryrefslogtreecommitdiff
path: root/scaf/pdp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scaf/pdp/Makefile')
-rw-r--r--scaf/pdp/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/scaf/pdp/Makefile b/scaf/pdp/Makefile
new file mode 100644
index 0000000..73c8892
--- /dev/null
+++ b/scaf/pdp/Makefile
@@ -0,0 +1,13 @@
+current: all_modules
+
+include ../Makefile.config
+
+OBJECTS = pdp_ca.o pdp_ca_system.o
+
+
+all_modules: $(OBJECTS)
+
+clean:
+ rm -f *~
+ rm -f *.o
+