diff options
Diffstat (limited to 'lib/csu/arm/Makefile')
| -rw-r--r-- | lib/csu/arm/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/csu/arm/Makefile b/lib/csu/arm/Makefile new file mode 100644 index 000000000000..5f5de9f9c61a --- /dev/null +++ b/lib/csu/arm/Makefile @@ -0,0 +1,5 @@ +.PATH: ${.CURDIR:H}/common + +CRT1OBJS+= crt1_s.o + +.include <bsd.lib.mk> |
