Re: unresolved symbol main_table and local_table

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



KERNELDIR := /skiff/local/arm-linux

include $(KERNELDIR)/.config

DEFS := -D__KERNEL__ -DMODULE

INCLUDES := -I$(KERNELDIR)/include -I.

OPTS := -O2

WARNS := -Wall

CFLAGS := ${DEFS} ${INCLUDES} ${WARNS} ${OPTS} ${WARNS}

ifdef CONFIG_SMP
 CFLAGS += -D__SMP__ -DSMP
endif

CC := arm-linux-gcc

LD := ld

klar-objs := \
        klar.o

all: klar.o

klar.o: ${klar-objs}
        ${LD} -r $^ -o $@

clean:
        rm -f core *~




-
: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux