summaryrefslogtreecommitdiff
path: root/atari/Makefile.target
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-12-18 01:10:20 +0100
committerOle Loots <ole@monochrom.net>2012-12-18 01:10:20 +0100
commitc6a5109a95c1206ccf63d99316fa12b8c43bb7cf (patch)
treeb967622841c027122d9a3970705c0cce675e5249 /atari/Makefile.target
parent59a44380a6951b220c91d109532c24ecc7148361 (diff)
downloadnetsurf-c6a5109a95c1206ccf63d99316fa12b8c43bb7cf.tar.gz
netsurf-c6a5109a95c1206ccf63d99316fa12b8c43bb7cf.tar.bz2
Preparing for merge...
Diffstat (limited to 'atari/Makefile.target')
-rw-r--r--atari/Makefile.target6
1 files changed, 4 insertions, 2 deletions
diff --git a/atari/Makefile.target b/atari/Makefile.target
index 616fa5ab8..849451873 100644
--- a/atari/Makefile.target
+++ b/atari/Makefile.target
@@ -73,12 +73,14 @@ LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
# S_ATARI are sources purely for the Atari FreeMiNT build
-S_ATARI := gui.c \
+S_ATARI := \
+ bitmap.c \
+ caret.c \
findfile.c \
filetype.c \
font.c \
+ gui.c \
misc.c \
- bitmap.c \
schedule.c \
download.c \
thumbnail.c \