Rev 3222 | Rev 3445 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3222 | Rev 3240 | ||
---|---|---|---|
Line 315... | Line 315... | ||
315 | test/print/print1.c \ |
315 | test/print/print1.c \ |
316 | test/thread/thread1.c \ |
316 | test/thread/thread1.c \ |
317 | test/sysinfo/sysinfo1.c |
317 | test/sysinfo/sysinfo1.c |
318 | endif |
318 | endif |
319 | 319 | ||
320 | ## Experimental features |
- | |
321 | # |
- | |
322 | - | ||
323 | ifeq ($(CONFIG_EXPERIMENTAL),y) |
- | |
324 | GENERIC_SOURCES += generic/src/lib/objc_ext.c \ |
- | |
325 | generic/src/lib/objc.c |
- | |
326 | EXTRA_OBJECTS = $(LIBDIR)/libobjc.a |
- | |
327 | EXTRA_FLAGS += -x objective-c |
- | |
328 | endif |
- | |
329 | - | ||
330 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
320 | GENERIC_OBJECTS := $(addsuffix .o,$(basename $(GENERIC_SOURCES))) |
331 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
321 | ARCH_OBJECTS := $(addsuffix .o,$(basename $(ARCH_SOURCES))) |
332 | GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES))) |
322 | GENARCH_OBJECTS := $(addsuffix .o,$(basename $(GENARCH_SOURCES))) |
333 | 323 | ||
334 | .PHONY: all build config distclean clean archlinks depend disasm |
324 | .PHONY: all build config distclean clean archlinks depend disasm |