# Makefile for uClibc
#
# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#

klib-y += tempname.o errno.o __errno_location.o __h_errno_location.o

# Using klib-y += __uClibc_main.c will not create __uClibc_main.oS
klib-nonshared-y += __uClibc_main.o
# libc_so.a gets object built with -DSHARED:
klib-shared-y += __uClibc_main.oS

CFLAGS___uClibc_main.o := $(SSP_DISABLE_FLAGS)
CFLAGS___uClibc_main.os := $(SSP_DISABLE_FLAGS)
CFLAGS___uClibc_main.oS := $(SSP_DISABLE_FLAGS)
