The 'make export' target needs to bundle up the user C startup file (crt0), not the kernel head object

This commit is contained in:
Gregory Nutt
2014-09-04 13:31:34 -06:00
parent 87f946d4a9
commit 56dc80cf59
17 changed files with 69 additions and 45 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
############################################################################
# arch/rgmp/src/Makefile
#
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
# Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -85,7 +85,7 @@ nuttx$(EXEEXT): $(LINKOBJS)
# This is part of the top-level export target
export_head:
expport_startup:
# Dependencies