diff options
Diffstat (limited to 'scripts/kconfig/libcurses/Kbuild.src')
-rw-r--r-- | scripts/kconfig/libcurses/Kbuild.src | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/scripts/kconfig/libcurses/Kbuild.src b/scripts/kconfig/libcurses/Kbuild.src new file mode 100644 index 000000000..d04da63bb --- /dev/null +++ b/scripts/kconfig/libcurses/Kbuild.src | |||
@@ -0,0 +1,51 @@ | |||
1 | lib-y := | ||
2 | |||
3 | INSERT | ||
4 | |||
5 | lib-y +=addch.o | ||
6 | lib-n +=addchstr.o | ||
7 | lib-y +=addstr.o | ||
8 | lib-y +=attr.o | ||
9 | lib-y +=beep.o | ||
10 | lib-y +=bkgd.o | ||
11 | lib-y +=border.o | ||
12 | lib-y +=clear.o | ||
13 | lib-y +=color.o | ||
14 | lib-n +=debug.o | ||
15 | lib-n +=delch.o | ||
16 | lib-n +=deleteln.o | ||
17 | lib-y +=getch.o | ||
18 | lib-n +=getstr.o | ||
19 | lib-y +=getyx.o | ||
20 | lib-y +=inch.o | ||
21 | lib-n +=inchstr.o | ||
22 | lib-y +=initscr.o | ||
23 | lib-y +=inopts.o | ||
24 | lib-n +=insch.o | ||
25 | lib-n +=insstr.o | ||
26 | lib-n +=instr.o | ||
27 | lib-y +=kernel.o | ||
28 | lib-n +=keyname.o | ||
29 | lib-n +=mouse.o | ||
30 | lib-y +=move.o | ||
31 | lib-y +=outopts.o | ||
32 | lib-y +=overlay.o | ||
33 | lib-y +=pad.o | ||
34 | lib-n +=panel.o | ||
35 | lib-y +=pdcclip.o | ||
36 | lib-y +=pdcdisp.o | ||
37 | lib-y +=pdcgetsc.o | ||
38 | lib-y +=pdckbd.o | ||
39 | lib-y +=pdcscrn.o | ||
40 | lib-y +=pdcsetsc.o | ||
41 | lib-y +=pdcutil.o | ||
42 | lib-y +=printw.o | ||
43 | lib-y +=refresh.o | ||
44 | lib-n +=scanw.o | ||
45 | lib-n +=scr_dump.o | ||
46 | lib-y +=scroll.o | ||
47 | lib-y +=slk.o | ||
48 | lib-n +=termattr.o | ||
49 | lib-y +=touch.o | ||
50 | lib-n +=util.o | ||
51 | lib-y +=window.o | ||