mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18:05 -04:00
11 lines
152 B
Makefile
11 lines
152 B
Makefile
OBJ = built-in.o
|
|
|
|
OBJS =
|
|
|
|
all: $(OBJ)
|
|
|
|
$(OBJ): $(OBJS)
|
|
rm -f $@
|
|
$(LD) $(LINKFLAGS) --start-group $^ --end-group -o $@
|
|
|
|
clean-files := $(OBJS) link.ld
|