diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/api/Makefile | 2 | ||||
| -rw-r--r-- | examples/standalone/82559_eeprom.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/examples/api/Makefile b/examples/api/Makefile index 4d683400e..33cc91ba7 100644 --- a/examples/api/Makefile +++ b/examples/api/Makefile @@ -53,7 +53,7 @@ all: $(obj).depend $(OUTPUT) ######################################################################### $(OUTPUT): $(OBJS) - $(LD) -Ttext $(LOAD_ADDR) -o $@ $^ $(PLATFORM_LIBS) + $(LD) --gc-sections -Ttext $(LOAD_ADDR) -o $@ $^ $(PLATFORM_LIBS) $(OBJCOPY) -O binary $@ $(OUTPUT).bin 2>/dev/null # Rule to build generic library C files diff --git a/examples/standalone/82559_eeprom.c b/examples/standalone/82559_eeprom.c index 8dd7079ae..c253055c0 100644 --- a/examples/standalone/82559_eeprom.c +++ b/examples/standalone/82559_eeprom.c @@ -1,4 +1,3 @@ - /* * Copyright 1998-2001 by Donald Becker. * This software may be used and distributed according to the terms of |