summaryrefslogtreecommitdiff
path: root/misc/pascal/libpas/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-06 15:24:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-06 15:24:18 +0000
commitbb5ede8152f14cc757ff4ee6f44ff3128c3ff144 (patch)
treedb2726eb2b79bde890812a8227dae075f8ca2a3b /misc/pascal/libpas/Makefile
parenta26dad80f4d004a4a0f6effedc803b3902389b39 (diff)
downloadpx4-nuttx-bb5ede8152f14cc757ff4ee6f44ff3128c3ff144.tar.gz
px4-nuttx-bb5ede8152f14cc757ff4ee6f44ff3128c3ff144.tar.bz2
px4-nuttx-bb5ede8152f14cc757ff4ee6f44ff3128c3ff144.zip
Standardize to big-endian binary
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@637 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/pascal/libpas/Makefile')
-rw-r--r--misc/pascal/libpas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pascal/libpas/Makefile b/misc/pascal/libpas/Makefile
index 047a47a13..b686daa89 100644
--- a/misc/pascal/libpas/Makefile
+++ b/misc/pascal/libpas/Makefile
@@ -47,7 +47,7 @@ LIBDIR = $(PASCAL)/lib
#
# Objects and targets
#
-LIBPASSRCS = pextension.c psignextend16.c
+LIBPASSRCS = pextension.c psignextend16.c pswap.c
LIBPASOBJS = $(LIBPASSRCS:.c=.o)
OBJS = $(LIBPASOBJS)