Added pong

This commit is contained in:
Martin Kuettler
2023-10-23 14:05:47 +02:00
committed by vreusch
parent 20d8c2c149
commit ccd7c4a959
26 changed files with 1991 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
PKGDIR ?= ..
L4DIR ?= $(PKGDIR)/../..
# All header files found in this directory tree will be automatically
# installed in a way that they can be included with
# #include <l4/pkgname/yourfile.h> later.
# No need to list them in this Makefile.
include $(L4DIR)/mk/include.mk