summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/rgmp/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/rgmp/src/Makefile')
-rw-r--r--nuttx/arch/rgmp/src/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/arch/rgmp/src/Makefile b/nuttx/arch/rgmp/src/Makefile
index c881e2d6da..ae2c688761 100644
--- a/nuttx/arch/rgmp/src/Makefile
+++ b/nuttx/arch/rgmp/src/Makefile
@@ -78,6 +78,12 @@ nuttx$(EXEEXT):
@$(OBJCOPY) -S -O binary $(TOPDIR)/$@ nuttx.img
@cp nuttx.img $(TOPDIR)/kernel.img
+# This is part of the top-level export target
+
+export_head:
+
+# Dependencies
+
.depend: Makefile $(SRCS)
@$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@