diff options
Diffstat (limited to 'src/user/app_common.make')
-rw-r--r-- | src/user/app_common.make | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/user/app_common.make b/src/user/app_common.make deleted file mode 100644 index f2f0c46..0000000 --- a/src/user/app_common.make +++ /dev/null @@ -1,6 +0,0 @@ -ExtObj = $(SrcPath)/user/lib/_user.o - -include $(SrcPath)/common.make - -CFLAGS += -I $(SrcPath)/include -I $(SrcPath)/user/lib/include -LDFLAGS += -T $(SrcPath)/user/link.ld |